#about-banner {
    background: url("/media/about_banner.svg");
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 7rem;
    position: relative;
}

#about-banner .about-banner-title {
    position: absolute;
    right: 31%;
    top: 10%;
}

#about-banner .recycle-action img {
    position: absolute;
    bottom: 25px;
    left: 37px;
}



#about-company {
    margin: 6rem 1rem 4rem 1rem;
}

.info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.info-wrapper .logo {
    margin-left: 2rem;
}

.info-wrapper .info {
    height: auto;
    position: relative;
    width: 70%;
}

.info-wrapper .info .green-drop {
    position: absolute;
    top: -44px;
    right: 0;
}

.info-wrapper .info .two-green-drops {
    position: absolute;
    left: -40px;
    bottom: -40px;
}

.info-wrapper .info .info-title {
    position: absolute;
    background: #729954;
    width: auto;
    padding-right: 2rem;
    top: -50px;
    left: 20px;
    -webkit-clip-path: polygon(0 12%, 88% 0, 100% 100%, 4% 100%);
    clip-path: polygon(0 12%, 88% 0, 100% 100%, 4% 100%);
}

.info-wrapper .info .info-title h1 {
    font-family: FuturaGreekCo;
    font-size: 54px;
    font-weight: bold;
    font-stretch: condensed;
    color: #fefefe;
    margin: 0.5rem auto auto 1rem;
}

.info-wrapper .info .info-text {
    background-color: #9ecc7f;
    padding: 2rem;
}

.info-wrapper .info .info-text p {
    font-family: FuturaGreek;
    font-size: 23.3px;
    font-weight: 300;
    line-height: 0.99;
    color: #3e5038;
}


.about-images {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

#about-text {
    margin: 3rem 10rem 5rem 3rem;
}

#about-text p {
    font-family: FuturaGreek;
    font-size: 23.3px;
    font-weight: 300;
    line-height: 0.99;
    color: #58585b;

}

#about-text p b {
    font-size: 23px;
    color: #58585b;
    font-weight: 500;
}

@media (min-width: 1440px) {
    #about-banner .about-banner-title {
        right: 42%;
        top: 3%;
    }
}

@media (max-width: 1439px) {
    #about-banner .about-banner-title {
        right: 32%;
        top: 12%;
    }
}

@media (max-width: 1199px) {
    #about-banner .about-banner-title {
        right: 22%;
    }

    #about-company {
        margin: 6rem 2rem 4rem 2rem;
    }
}

@media (max-width: 969px) {
    #about-banner .about-banner-title {
        right: 13%;
        top: 7%;
        width: 70%;
    }

    .info-wrapper {
        flex-direction: column;
    }

    .info-wrapper .info {
        width: 100%;
    }

    .info-wrapper .logo {
        margin-left: 0;
        margin-top: 2.5rem;
    }
}

@media (max-width: 749px) {
    #about-banner .about-banner-title {
        right: 13%;
        top: 12%;
        width: 70%;
    }

    .info-wrapper .info .info-text {
        padding: 1rem;
    }

    .info-wrapper .info .info-title {
        top: -55px;
    }

    .info-wrapper .info .info-title h1 {
        font-size: 48px;
    }

    .about-images {
        flex-direction: column;
    }

    #about-text {
        margin: 2rem;
    }
}

@media (max-width: 480px) {
    #about-banner .recycle-action img {
        left: 0;
        right: 0;
        margin: auto;
    }


    #about-banner .about-banner-title {
        right: 9%;
        top: 12%;
        width: 82%;

    }

    .info-wrapper .info .info-title h1 {
        font-size: 40px;
    }

    #about-company {
        margin: 6rem 1rem 4rem 1rem;
    }

    .info-wrapper .logo {
        margin-top: 1.5rem;
    }

    #about-text {
        margin: 1rem;
    }
}